import * as React from 'react'; import { Heading } from '@aws-amplify/ui-react'; export const DefaultHeadingExample = () => { return Hello world; };